module: Avoid ABI changes when debug info is disabled
authorBen Hutchings <benh@debian.org>
Fri, 13 May 2022 19:08:08 +0000 (21:08 +0200)
committerBen Hutchings <benh@debian.org>
Thu, 27 Jul 2023 17:28:01 +0000 (18:28 +0100)
commitc55e5ac04c0475185f69f32fee6f41d75293d2ea
tree05a1fbe768484918f21336c72802123088bfad7d
parent38f771c78a4749ce4a82d0448acae9319d0041f6
module: Avoid ABI changes when debug info is disabled

Forwarded: not-needed

CI builds are done with debug info disabled, but this removes some
members from struct module.  This causes builds to fail if there is an
ABI reference for the current ABI.

Define these members unconditionally, so that there is no ABI change.

Gbp-Pq: Topic debian
Gbp-Pq: Name module-avoid-abi-changes-when-debug-info-is-disabled.patch
include/linux/module.h